Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DPDK: Fix underallocation of hugepages for multiple numa nodes #3607

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

mcgov
Copy link
Collaborator

@mcgov mcgov commented Jan 21, 2025

DPDK requires around 2-4 GB of memory, however when it's split across numa nodes it can end up being more like 2-4 per numa. Re-work the way we ask for hugepage memory to accommodate this. This commit fixes a bug when running on large sizes with multiple numa nodes (192 cores, v6 sku).

@mcgov mcgov marked this pull request as ready for review January 21, 2025 22:38
@LiliDeng LiliDeng merged commit 34df544 into main Feb 7, 2025
45 checks passed
@LiliDeng LiliDeng deleted the mcgov/numa-handle branch February 7, 2025 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants